home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / notes / FMS.Readme < prev    next >
Encoding:
Text File  |  1993-10-18  |  1.3 KB  |  35 lines

  1.             Mounting an ISO Image
  2.  
  3. devs/fmsdisk.device
  4. s/isomount
  5.  
  6. Devs/fmsdisk.device is a modified version of Matt Dillon's fmsdisk.device.
  7. This modified version allows you to mount a file as a filesystem device
  8. without having to name the file "Unit<n>" nor assign FMS: to where the
  9. file resides.
  10.  
  11. If you have built an ISO image using the proprietary AmigaCD ISO
  12. tools (provided on a different disk to licensees), you can mount
  13. and check the ISO image as if it were a disk by using the V40
  14. l/CDFilesystem, and the devs/fmsdisk.device, and the s/isomount
  15. script provided on this disk.  Just copy fmsdisk.device to devs:
  16. and isomount to s: on your V40 system.  If you have a V39 system,
  17. also copy l/CDFileSystem to L:.
  18.  
  19. Then do:  ISOMOUNT isofilename
  20. Example:  ISOMOUNT Work:MyGameISO
  21.  
  22. Warning - if your ISO image is larger, there may be a significant
  23. delay after you do this before the volume is available.
  24.  
  25. You can then list ISO2: to check directories, copy files off it, etc.
  26.  
  27. ISOMOUNT defaults to mounting Unit number2 as ISO2:, and will use
  28. sequentially higher numbers if a unit is already mounted.
  29.  
  30.  
  31. Note - This is not an emulation system.  We plan to provide a
  32. different ISO mounting emulation which will provide cd.device
  33. functionality.  Watch for beta versions in our closed conferences
  34. for AmigaCD licensees on BIX (amiga.cd32) and CIX (nv.beta).
  35.